home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / genrv2.arc / GENRV2.DOC < prev    next >
Encoding:
Text File  |  1988-01-08  |  4.7 KB  |  148 lines

  1.  
  2.  
  3.  
  4.                 P C Pursuit Script Generator for SEAdog
  5.  
  6.                            by Cabell Clarke
  7.  
  8.                       Public Domain Software from
  9.  
  10.                      Boot Factory OPUS/HST - 13/19
  11.  
  12.                              804-262-9289
  13.  
  14.                             ╔════════════╗
  15.                             ║ GENRV.ARC  ║
  16.                             ╚════════════╝
  17.                              
  18. Modified for PC-Pursuit Racal  Vadic Mode
  19. by John Kelley
  20. MicroFone MultiLine 107/331
  21. 201-494-3649
  22.  
  23.  
  24.  
  25.  
  26.   *****  SEAdog is a trademark of System Enhancement Associates *****
  27.  
  28. Comments for GENRV2.ARC
  29.  
  30. Changes in PC-Pursuit caused many of us to be left with unusable scripts as of 
  31. 1/5/88.  I have already had some requests to update GENRV to use the new 
  32. dialing access codes.  Here it is, quick and dirty.
  33.  
  34. If you have previously used GENRV, please note that you will have to take out 
  35. the baud rate from your CONFIG.GS file.  The baud rate is now entered along 
  36. with the NET/NODE number for each script.  This was done as PC-PURSUIT now
  37. supports 2400 baud service in some cities.  As I understand it, more 2400 baud 
  38. service will be implemented.  This makes it more efficient to have the baud 
  39. rate entered for each script at the time of creation rather than using a 
  40. default in CONFIG.GS. 
  41.  
  42. I have also removed some pauses in hopes to speed up script execution time, it 
  43. is hoped by doing this the redial command can be used more often.  You may 
  44. find you have to manually insert more " ~ " (pauses), if your script does not 
  45. execute.
  46.  
  47.  
  48. Comments for GENRV1.ARC:
  49.  
  50. The Redial Feature has been implemented for better efficiency, this is 
  51. particularly impostant when your script dials a BUSY number.  In this case 
  52. GENRV1 will redial, thus increasing chances for a connection using PC-Pursuit.  
  53. Thanks to Greg Hanfbauer for modifying source to include redialing
  54.  
  55. Comments for GENRV.ARC:
  56.  
  57. It has generally been found that the RV mode on PC-Pursuit has given better
  58. results than the HAYES mode when using SEAdog.  GENRV.ARC will generate scripts
  59. that utilize RV.
  60.  
  61. More pauses  (~) have been added to the script generator. It also has been found
  62. that PCP requires these pauses to work satisfactorily at least in DIAL201.
  63.  
  64. You will find the source code for GENRV included in this arc.  It is hoped,
  65. along with Cabelle Clarke's wishes that improvements will be made in scripting
  66. abilities for SEAdog and PC-Pursuit.
  67.  
  68. This version has been tested with SEAdog 4.0 and 4.1.
  69.  
  70. Any further modifications or improvements could be sent to 107/331 as part of a
  71. continuing endeavor to improve this program.
  72.  
  73. It is indeed possible to use the Redial Feature in the RV mode, I just did not
  74. have the time to put it in this release.
  75.  
  76. Same disclaimers apply --- GENRV is distributed AS/IS .... no warranties claimed
  77. or implied
  78.  
  79. Many thanks to Cabelle Clarke for sharing the source code with us.
  80.  
  81.  
  82. -- John Kelley 
  83.  
  84.  
  85. ---------------------------------------------------------------------------
  86.  
  87.  
  88. What?
  89.  
  90. It is a script generator for PCPursuit scripts for use with SEAdog.  It has
  91. been tested thoroughly for several minutes with SEAdog 4.00.  I use it and
  92. you can too if you like.
  93.  
  94.  
  95. Why?
  96.  
  97. Basically because I got tired of writing those little scripts with the word
  98. processor and it seemed much easier to just write some code to do the work.
  99. It took me almost as long to write the first two scripts as it did to write
  100. this code.
  101.  
  102.  
  103. How?
  104.  
  105. First write a little configuration file called CONFIG.GS - it should
  106. contain the following:
  107.  
  108.      your_pcp_id
  109.      your_pcp_password
  110.      your_baudrate
  111.  
  112. Your_baudrate should be either 3 or 12 (without the zeros) at least
  113. until PCPursuit goes 2400 -
  114.  
  115.  
  116.  
  117. that's it.
  118.  
  119.  
  120.  
  121. There is no error-trapping in this thing other than it will not run without
  122. the config file.  A ctrl-C at any time during the data-input process will
  123. terminate the program and allow you to return to DOS.  It writes a filename
  124. which can be digested by SEAdog with no problems. It will automatically
  125. overwrite duplicate filenames so beware!
  126.  
  127.  
  128. What else??
  129.  
  130. Well... this thing is free, and I am including the source code in hopes
  131. that someone with more time and talent than me will improve it a lot and
  132. send me a copy.  It would be nice if it would read the nodelist and generate
  133. the scripts that way.  Of course, that would be a large amount of .scr
  134. files in the directory.
  135.  
  136.  
  137. There are no warranties, guarantees etc. etc. (the usual stuff) - if it
  138. messes up your marriage, I am sorry but it is not my fault...
  139.  
  140.  
  141. Have A Nice Day!
  142. ***** Public Domain Software from The Boot Factory OPUS/HST ******
  143.  
  144. - Cabell Clarke - Sysop: Boot Factory OPUS  (13/19) - 804-262-9289 -
  145.  
  146. 
  147.  
  148.